$webwork.htmlEncode($page.space.name) : Custom projection definition in Geoserver 1.3 and 1.4
This page last changed on Feb 14, 2007 by aaime.
In this document, I outline the procedure which I used to define custom parameters for a Lambert Conformal conic (2SP) projection in Geoserver. Projection parameters (as reported in QGis) PROJCS[ "unnamed ",GEOGCS[ "WGS 84 ",DATUM[ "WGS_1984 ", SPHEROID[ "WGS 84 ",6378137,298.2572235629972,AUTHORITY[ "EPSG ", "7030 "]],AUTHORITY[ "EPSG ", "6326 "]], PRIMEM[ "Greenwich ",0],UNIT[ "degree (supplier to define representation) ",0.01745329251994328],AUTHORITY[ "EPSG ", "4326 "]], PROJECTION[ "Lambert_Conformal_Conic_2SP "], PARAMETER[ "standard_parallel_1 ",33.00000000000004], PARAMETER[ "standard_parallel_2 ",45.00000000000004], PARAMETER[ "latitude_of_origin ",40.00333786010746], PARAMETER[ "central_meridian ",-97.0000000000001], PARAMETER[ "false_easting ",0], PARAMETER[ "false_northing ",0],UNIT[ "metre ",1,AUTHORITY[ "EPSG ", "9001 "]]] NOTE: As of now, there seem to be 2 different ways for defining a custom projection in Geoserver, depending on which release you use:
1. Main Geoserver release
If the WKT was parsed correctly, you should see the newly-defined projection by going to http://localhost:8080/geoserver/srsHelp.do. tried to parse projection EPSG:41111 but couldnt! It is possible that you might have to remove the cached copy of the EPSG database, so that can be recreated. On my Linux machine, it resides in my /tmp directory: rm -rf /tmp/Geotools/Databases/HSQL |
![]() |
Document generated by Confluence on Jan 16, 2008 23:27 |